acosh
Antihyperbolic cosine
acosh()
function returns an inverse hyperbolic cosine of a number.
Returns the inverse hyperbolic cosine value of different values:
<?php echo ( acosh ( 7 ) . "<br>" ) ; echo ( acosh ( 56 ) . "<br>" ) ; echo ( acosh ( 2.45 ) ) ; ?>
Try it yourself
acosh ( x )
parameter | describe |
---|---|
x | Required. A number. |
Returns the inverse hyperbolic cosine value of x , that is, the value whose hyperbolic cosine is x .